Papers by Miguel A. Carreira-Perpinan

1 papers
Softmax Tree: An Accurate, Fast Classifier When the Number of Classes Is Large (2021.emnlp-main)

Copied to clipboard

Challenge: Classification problems with thousands or more classes occur in NLP, for example language models or document classification.
Approach: a new algorithm uses a binary tree with sparse hyperplanes and small softmax classifiers at the leaves to predict the top class.
Outcome: The proposed model is faster at inference because the input follows a single path to a leaf and the softmax classifier operates on a small subset of the classes.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations